Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / MappingCollectionBase<T> Class / GetKeyForItem Method
The MappingInfo object.

In This Topic
    GetKeyForItem Method (MappingCollectionBase<T>)
    In This Topic
    Returns property name as the key for collection.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As MappingInfo _
    ) As System.String
    protected override System.string GetKeyForItem( 
       MappingInfo item
    )

    Parameters

    item
    The MappingInfo object.

    Return Value

    The property name.
    See Also